Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix concurrency and cancel in progress contexts #434

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

klutchell
Copy link
Contributor

When evaluating expressions for cancel-in-progress, certain parameters may not be available at the time of evaluation.

For instance, the github.job context is not accessible, as it's specific to the running job and not the concurrency group.

Change-type: patch

When evaluating expressions for cancel-in-progress, certain
parameters may not be available at the time of evaluation.

For instance, the github.job context is not accessible, as it's
specific to the running job and not the concurrency group.

Change-type: patch
Signed-off-by: Kyle Harding <[email protected]>
@flowzone-app flowzone-app bot merged commit 926f4d9 into master Oct 11, 2024
55 checks passed
@flowzone-app flowzone-app bot deleted the kyle/fix-concurrency branch October 11, 2024 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants